'Declaration
Public Overloads Shared Function GetCommonStyle( _ ByVal ranges As IRange, _ ByRef isNormalFont As Nullable(Of Boolean) _ ) As StyleFormat
'Usage
Dim ranges As IRange Dim isNormalFont As Nullable(Of Boolean) Dim value As StyleFormat value = Styles.GetCommonStyle(ranges, isNormalFont)
public static StyleFormat GetCommonStyle( IRange ranges, out Nullable<bool> isNormalFont )
Parameters
- ranges
- isNormalFont